From: Jay Belanger Date: Tue, 14 Aug 2007 14:47:58 +0000 (+0000) Subject: calc-aent.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17416 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bd7a480762cb9373fd7cba5fb260054c2cb3814c;p=emacs.git calc-aent.el calc-do-quick-calc: Add base 2 to the list of outputs of integers. --- diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index e640eb5c438..ffd07bd8f2e 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el @@ -74,6 +74,9 @@ ", " (let ((calc-number-radix 8)) (math-format-value (car alg-exp) 1000)) + ", " + (let ((calc-number-radix 2)) + (math-format-value (car alg-exp) 1000)) (if (and (integerp (car alg-exp)) (> (car alg-exp) 0) (< (car alg-exp) 127))